Skip to content

Conversation

Copy link

Copilot AI commented Jan 17, 2026

node/ActionNode/node_mongodb.py imports and uses pytz for UTC timezone handling, but the dependency was not declared in requirements.txt, causing ImportError at runtime.

Changes

  • Added pytz to requirements.txt

The import is actively used on line 119:

data['time'] = datetime.now(pytz.utc)
Original prompt

vérifie tout les imports, et il y a aussi un probleme avec l'import de pytz


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: hackolite <826027+hackolite@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix all imports and resolve pytz import issue Add missing pytz dependency to requirements.txt Jan 17, 2026
Copilot AI requested a review from hackolite January 17, 2026 06:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants